home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / ang279v6.lha / Angband / edit / f_info.txt < prev    next >
Text File  |  1996-05-14  |  6KB  |  410 lines

  1. # File: f_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/raw/f_info.raw" file, which is
  5. # used to initialize the "terrain feature" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9.  
  10. # After modifying this file, delete the "lib/raw/f_info.raw" file.
  11.  
  12.  
  13. # Note that terrain feature "zero" is reserved for internal usage
  14.  
  15.  
  16. # Note that the terrain feature are grouped into very regular groups,
  17. # such that each of the bits in the feature type conveys information.
  18.  
  19.  
  20. # CAVE_FL_5 off
  21. #  We do not block line of sight
  22. #   CAVE_FL_4 off
  23. #    We are not a visible trap
  24. #     CAVE_FL_3 off
  25. #      We are not a store door
  26. #       CAVE_FL_2 off
  27. #        We are a mostly empty grid
  28. #         CAVE_FL_1 off
  29. #          We are an empty grid
  30. #           CAVE_FL_0 off
  31. #            We are nothing
  32. #           CAVE_FL_0 on
  33. #            We are a floor
  34. #         CAVE_FL_1 on
  35. #          We are a special item
  36. #           CAVE_FL_0 off
  37. #            We are an invisible trap
  38. #           CAVE_FL_0 on
  39. #            We are a glyph of warding
  40. #       CAVE_FL_2 on
  41. #        We are a door/stair
  42. #         CAVE_FL_1 off
  43. #          We are a door
  44. #           CAVE_FL_0 off
  45. #            We are an open door
  46. #           CAVE_FL_0 on
  47. #            We are a broken door
  48. #         CAVE_FL_1 on
  49. #          We are a staircase
  50. #           CAVE_FL_0 off
  51. #            We are an up staircase
  52. #           CAVE_FL_0 on
  53. #            We are a down staircase
  54. #     CAVE_FL_3 on
  55. #      We are a store door
  56. #   CAVE_FL_4 on
  57. #    We are a visible trap
  58. # CAVE_FL_5 on
  59. #  We block line of sight
  60. #   CAVE_FL_4 off
  61. #    We are a closed door
  62. #     CAVE_FL_3 off
  63. #      We are not jammed shut
  64. #     CAVE_FL_3 on
  65. #      We are jammed shut
  66. #   CAVE_FL_4 on
  67. #    We are a wall
  68. #     CAVE_FL_3 off
  69. #      We are not granite
  70. #       CAVE_FL_2 off
  71. #        We do not contain treaure
  72. #       CAVE_FL_2 on
  73. #        We contain treaure
  74. #     CAVE_FL_3 on
  75. #      We are granite
  76. #       CAVE_FL_2 off
  77. #        We are not permanent
  78. #       CAVE_FL_2 on
  79. #        We are permanent
  80.  
  81.  
  82.  
  83.  
  84. # Version stamp
  85.  
  86. V:2.7.9
  87.  
  88.  
  89. # 0x00 --> nothing
  90.  
  91. N:0:nothing
  92. G: :w
  93.  
  94.  
  95. # 0x01 --> open floor
  96.  
  97. N:1:open floor
  98. G:.:w
  99.  
  100. # 0x02 --> invisible trap
  101.  
  102. N:2:open floor
  103. G:.:w
  104.  
  105. # 0x03 --> glyph of warding
  106.  
  107. N:3:glyph of warding
  108. G:;:y
  109.  
  110. # 0x04 --> open door
  111.  
  112. N:4:open door
  113. G:':U
  114.  
  115. # 0x05 --> broken door
  116.  
  117. N:5:broken door
  118. G:':U
  119.  
  120. # 0x06 --> up stairs (perm)
  121.  
  122. N:6:up staircase
  123. G:<:w
  124.  
  125. # 0x07 --> down stairs (perm)
  126.  
  127. N:7:down staircase
  128. G:>:w
  129.  
  130. # 0x08 --> shop -- general store (perm)
  131.  
  132. N:8:General Store
  133. G:1:U
  134.  
  135. # 0x09 --> shop -- armoury (perm)
  136.  
  137. N:9:Armoury
  138. G:2:s
  139.  
  140. # 0x0A --> shop -- weapon shop (perm)
  141.  
  142. N:10:Weapon Smiths
  143. G:3:w
  144.  
  145. # 0x0B --> shop -- temple (perm)
  146.  
  147. N:11:Temple
  148. G:4:g
  149.  
  150. # 0x0C --> shop -- alchemist (perm)
  151.  
  152. N:12:Alchemy Shop
  153. G:5:b
  154.  
  155. # 0x0D --> shop -- magic shop (perm)
  156.  
  157. N:13:Magic Shop
  158. G:6:r
  159.  
  160. # 0x0E --> shop -- black market (perm)
  161.  
  162. N:14:Black Market
  163. G:7:D
  164.  
  165. # 0x0F --> shop -- home (perm)
  166.  
  167. N:15:Home
  168. G:8:y
  169.  
  170. # 0x10 --> visible trap -- trap door
  171.  
  172. N:16:trap door
  173. G:^:w
  174.  
  175. # 0x11 --> visible trap -- open pit
  176.  
  177. N:17:pit
  178. G:^:s
  179.  
  180. # 0x12 --> visible trap -- spiked pit
  181.  
  182. N:18:pit
  183. G:^:s
  184.  
  185. # 0x13 --> visible trap -- poison pit
  186.  
  187. N:19:pit
  188. G:^:s
  189.  
  190. # 0x14 --> visible trap -- rune -- summon
  191.  
  192. N:20:strange rune
  193. G:^:o
  194.  
  195. # 0x15 --> visible trap -- rune -- teleport
  196.  
  197. N:21:strange rune
  198. G:^:o
  199.  
  200. # 0x16 --> visible trap -- spot -- fire
  201.  
  202. N:22:discolored spot
  203. G:^:u
  204.  
  205. # 0x17 --> visible trap -- spot -- acid
  206.  
  207. N:23:discolored spot
  208. G:^:u
  209.  
  210. # 0x18 --> visible trap -- dart -- slow
  211.  
  212. N:24:dart trap
  213. G:^:r
  214.  
  215. # 0x19 --> visible trap -- dart -- lose str
  216.  
  217. N:25:dart trap
  218. G:^:r
  219.  
  220. # 0x1A --> visible trap -- dart -- lose dex
  221.  
  222. N:26:dart trap
  223. G:^:r
  224.  
  225. # 0x1B --> visible trap -- dart -- lose con
  226.  
  227. N:27:dart trap
  228. G:^:r
  229.  
  230. # 0x1C --> visible trap -- gas -- blind
  231.  
  232. N:28:gas trap
  233. G:^:g
  234.  
  235. # 0x1D --> visible trap -- gas -- confuse
  236.  
  237. N:29:gas trap
  238. G:^:g
  239.  
  240. # 0x1E --> visible trap -- gas -- poison
  241.  
  242. N:30:gas trap
  243. G:^:g
  244.  
  245. # 0x1F --> visible trap -- gas -- sleep
  246.  
  247. N:31:gas trap
  248. G:^:g
  249.  
  250. # 0x2x --> locked door (power 0)
  251.  
  252. N:32:door
  253. G:+:U
  254.  
  255. # 0x2x --> locked door (power 1)
  256.  
  257. N:33:door
  258. G:+:U
  259.  
  260. # 0x2x --> locked door (power 2)
  261.  
  262. N:34:door
  263. G:+:U
  264.  
  265. # 0x2x --> locked door (power 3)
  266.  
  267. N:35:door
  268. G:+:U
  269.  
  270. # 0x2x --> locked door (power 4)
  271.  
  272. N:36:door
  273. G:+:U
  274.  
  275. # 0x2x --> locked door (power 5)
  276.  
  277. N:37:door
  278. G:+:U
  279.  
  280. # 0x2x --> locked door (power 6)
  281.  
  282. N:38:door
  283. G:+:U
  284.  
  285. # 0x2x --> locked door (power 7)
  286.  
  287. N:39:door
  288. G:+:U
  289.  
  290. # 0x2x --> jammed door (power 0)
  291.  
  292. N:40:door
  293. G:+:U
  294.  
  295. # 0x2x --> jammed door (power 1)
  296.  
  297. N:41:door
  298. G:+:U
  299.  
  300. # 0x2x --> jammed door (power 2)
  301.  
  302. N:42:door
  303. G:+:U
  304.  
  305. # 0x2x --> jammed door (power 3)
  306.  
  307. N:43:door
  308. G:+:U
  309.  
  310. # 0x2x --> jammed door (power 4)
  311.  
  312. N:44:door
  313. G:+:U
  314.  
  315. # 0x2x --> jammed door (power 5)
  316.  
  317. N:45:door
  318. G:+:U
  319.  
  320. # 0x2x --> jammed door (power 6)
  321.  
  322. N:46:door
  323. G:+:U
  324.  
  325. # 0x2x --> jammed door (power 7)
  326.  
  327. N:47:door
  328. G:+:U
  329.  
  330. # 0x30 --> secret door
  331.  
  332. N:48:granite wall
  333. G:#:w
  334.  
  335. # 0x31 --> rubble
  336.  
  337. N:49:rubble
  338. G:::w
  339.  
  340. # 0x32 --> magma vein
  341.  
  342. N:50:magma vein
  343. G:%:s
  344.  
  345. # 0x33 --> quartz vein
  346.  
  347. N:51:quartz vein
  348. G:%:w
  349.  
  350. # 0x34 --> magma vein + treasure
  351.  
  352. N:52:magma vein
  353. G:%:s
  354.  
  355. # 0x35 --> quartz vein + treasure
  356.  
  357. N:53:quartz vein
  358. G:%:w
  359.  
  360. # 0x36 --> magma vein + known treasure
  361.  
  362. N:54:magma vein with treasure
  363. G:*:o
  364.  
  365. # 0x37 --> quartz vein + known treasure
  366.  
  367. N:55:quartz vein with treasure
  368. G:*:o
  369.  
  370. # 0x38 --> granite wall -- basic
  371.  
  372. N:56:granite wall
  373. G:#:w
  374.  
  375. # 0x39 --> granite wall -- inner
  376.  
  377. N:57:granite wall
  378. G:#:w
  379.  
  380. # 0x3A --> granite wall -- outer
  381.  
  382. N:58:granite wall
  383. G:#:w
  384.  
  385. # 0x3B --> granite wall -- solid
  386.  
  387. N:59:granite wall
  388. G:#:w
  389.  
  390. # 0x3C --> permanent wall -- basic (perm)
  391.  
  392. N:60:granite wall
  393. G:#:w
  394.  
  395. # 0x3D --> permanent wall -- inner (perm)
  396.  
  397. N:61:granite wall
  398. G:#:w
  399.  
  400. # 0x3E --> permanent wall -- outer (perm)
  401.  
  402. N:62:granite wall
  403. G:#:w
  404.  
  405. # 0x3F --> permanent wall -- solid (perm)
  406.  
  407. N:63:granite wall
  408. G:#:w
  409.  
  410.